projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f47a20f
)
build: Add missing DESTDIR
author
Colin Walters
<walters@verbum.org>
Fri, 9 May 2014 13:06:59 +0000
(09:06 -0400)
committer
Colin Walters
<walters@verbum.org>
Fri, 9 May 2014 13:07:00 +0000
(09:07 -0400)
Hooray for read-only bind mounts and building as non-root.
Makefile-libostree.am
patch
|
blob
|
history
diff --git
a/Makefile-libostree.am
b/Makefile-libostree.am
index 509378a5a38ed832b0d3bbc51736c53b2db45750..eca57ea54c8922d9b13dbaee06b0a61337579193 100644
(file)
--- a/
Makefile-libostree.am
+++ b/
Makefile-libostree.am
@@
-142,5
+142,5
@@
EXTRA_DIST += src/libostree/README-gpg
endif
install-mkdir-remotes-d-hook:
- mkdir -p $(sysconfdir)/ostree/remotes.d
+ mkdir -p $(
DESTDIR)$(
sysconfdir)/ostree/remotes.d
INSTALL_DATA_HOOKS += install-mkdir-remotes-d-hook